home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Sample Code / Toolbox / Fragment Tool / FragmentTool.make < prev    next >
Encoding:
Text File  |  1995-11-20  |  2.6 KB  |  87 lines  |  [TEXT/MPS ]

  1. #   File:       FragmentTool.make
  2. #   Target:     FragmentTool
  3. #   Sources:    FragmentTool.r
  4. #               :Sources:AppleEventStuff.c
  5. #               :Sources:DialogStuff.c
  6. #               :Sources:DragStuff.c
  7. #               :Sources:Fragments.c
  8. #               :Sources:FragmentTool.c
  9. #               :Sources:Initialize.c
  10. #               :Sources:Lists.c
  11. #               :Sources:MenusStuff.c
  12. #               :Sources:Streams.c
  13. #               :Sources:Utilities.c
  14. #               :Sources:Windows.c
  15. #   Created:    Thursday, September 28, 1995 06:50:36 PM
  16.  
  17.  
  18. MAKEFILE     = FragmentTool.make
  19. •MondoBuild• = {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified
  20. Includes     =
  21. Sym•68K      = 
  22. ObjDir•68K   = :Objects:
  23.  
  24. COptions     = {Includes} {Sym•68K} 
  25.  
  26. Objects•68K  = ∂
  27.         "{ObjDir•68K}AppleEventStuff.c.o" ∂
  28.         "{ObjDir•68K}DialogStuff.c.o" ∂
  29.         "{ObjDir•68K}DragStuff.c.o" ∂
  30.         "{ObjDir•68K}Fragments.c.o" ∂
  31.         "{ObjDir•68K}FragmentTool.c.o" ∂
  32.         "{ObjDir•68K}Initialize.c.o" ∂
  33.         "{ObjDir•68K}Lists.c.o" ∂
  34.         "{ObjDir•68K}MenusStuff.c.o" ∂
  35.         "{ObjDir•68K}Streams.c.o" ∂
  36.         "{ObjDir•68K}Utilities.c.o" ∂
  37.         "{ObjDir•68K}Windows.c.o"
  38.  
  39.  
  40. FragmentTool ƒƒ {•MondoBuild•} {Objects•68K}
  41.     Link ∂
  42.         -o {Targ} -d {Sym•68K} ∂
  43.         {Objects•68K} ∂
  44.         -t 'APPL' ∂
  45.         -c '????' ∂
  46.         "{Libraries}Runtime.o" ∂
  47.         "{Libraries}Interface.o"
  48.  
  49.  
  50. FragmentTool ƒƒ {•MondoBuild•} FragmentTool.r
  51.     Rez FragmentTool.r -o {Targ} {Includes} -append
  52.  
  53.  
  54. "{ObjDir•68K}AppleEventStuff.c.o" ƒ {•MondoBuild•} :Sources:AppleEventStuff.c
  55.     {C} :Sources:AppleEventStuff.c -o {Targ} {COptions}
  56.  
  57. "{ObjDir•68K}DialogStuff.c.o" ƒ {•MondoBuild•} :Sources:DialogStuff.c
  58.     {C} :Sources:DialogStuff.c -o {Targ} {COptions}
  59.  
  60. "{ObjDir•68K}DragStuff.c.o" ƒ {•MondoBuild•} :Sources:DragStuff.c
  61.     {C} :Sources:DragStuff.c -o {Targ} {COptions}
  62.  
  63. "{ObjDir•68K}Fragments.c.o" ƒ {•MondoBuild•} :Sources:Fragments.c
  64.     {C} :Sources:Fragments.c -o {Targ} {COptions}
  65.  
  66. "{ObjDir•68K}FragmentTool.c.o" ƒ {•MondoBuild•} :Sources:FragmentTool.c
  67.     {C} :Sources:FragmentTool.c -o {Targ} {COptions}
  68.  
  69. "{ObjDir•68K}Initialize.c.o" ƒ {•MondoBuild•} :Sources:Initialize.c
  70.     {C} :Sources:Initialize.c -o {Targ} {COptions}
  71.  
  72. "{ObjDir•68K}Lists.c.o" ƒ {•MondoBuild•} :Sources:Lists.c
  73.     {C} :Sources:Lists.c -o {Targ} {COptions}
  74.  
  75. "{ObjDir•68K}MenusStuff.c.o" ƒ {•MondoBuild•} :Sources:MenusStuff.c
  76.     {C} :Sources:MenusStuff.c -o {Targ} {COptions}
  77.  
  78. "{ObjDir•68K}Streams.c.o" ƒ {•MondoBuild•} :Sources:Streams.c
  79.     {C} :Sources:Streams.c -o {Targ} {COptions}
  80.  
  81. "{ObjDir•68K}Utilities.c.o" ƒ {•MondoBuild•} :Sources:Utilities.c
  82.     {C} :Sources:Utilities.c -o {Targ} {COptions}
  83.  
  84. "{ObjDir•68K}Windows.c.o" ƒ {•MondoBuild•} :Sources:Windows.c
  85.     {C} :Sources:Windows.c -o {Targ} {COptions}
  86.  
  87.